home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / sav99223.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  53.7 KB  |  1,432 lines

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *%  Printer Description file
  4. *%    for "SAVIN 9922/9927DP PS"
  5. *%
  6. *%    CreationDate: 1999/04/15
  7. *%    Modified:     2000/11/07
  8. *%
  9. *%    COPYRIGHT (C) 1998-2000 RICOH COMPANY, LTD.
  10. *%    All rights reserved.
  11. *%
  12.  
  13. *FileVersion: "1.9"
  14. *FormatVersion: "4.3"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *PCFileName: "SAV99223.PPD"
  18. *Manufacturer: "Savin"
  19. *Product: "(SAVIN 9922DP PS3)"
  20. *PSVersion: "(3010.106) 2"
  21. *ModelName: "SAVIN 9922DP"
  22. *ShortNickName: "SAVIN 9922DP PS"
  23. *NickName: "SAVIN 9922DP PS"
  24.  
  25. *%========== Basic Device Capabilities ==========
  26.  
  27. *Protocols: PJL BCP
  28. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  29. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  30. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A>"
  31.  
  32. *LanguageLevel: "3"
  33. *ColorDevice: False
  34. *DefaultColorSpace: Gray
  35.  
  36. *TTRasterizer: Type42
  37. *?TTRasterizer: "
  38.    save
  39.       42 /FontType resourcestatus
  40.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  41.    restore
  42. "
  43. *End
  44.  
  45. *FileSystem: True
  46. *?FileSystem: "
  47.   save
  48.   statusdict /diskonline get exec
  49.   {(True)}{(False)}ifelse = flush
  50.   restore
  51. "
  52. *End
  53.  
  54. *Throughput: "22"
  55.  
  56. *%========== Installable Options ==========
  57. *%========== & System Management ==========
  58.  
  59. *OpenGroup: InstallableOptions/InstallableOptions
  60. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  61. *DefaultInstalledMemory: None
  62. *InstalledMemory None/16MB: ""
  63. *InstalledMemory 48Meg/48MB: ""
  64. *InstalledMemory 80Meg/80MB: ""
  65. *?InstalledMemory: "
  66.   save
  67.   currentsystemparams /RamSize get 1048576 div cvi
  68.   dup 16 eq { pop (None)}{
  69.     dup 32 eq 1 index 48 eq or 1 index 80 eq or
  70.     {(  ) cvs print (Meg)}{ pop (Unknown)} ifelse} ifelse = flush
  71.   restore
  72. "
  73. *End
  74. *CloseUI: *InstalledMemory
  75.  
  76.  
  77. *OpenUI *Option8/Tray: PickOne
  78. *DefaultOption8: None
  79. *Option8 None/None: ""
  80. *Option8 1Cassette/Tray 3: ""
  81. *Option8 2Cassette/Tray 3 and 4: ""
  82. *?Option8: "
  83.   save {
  84.   currentpagedevice /InputAttributes get
  85.   {exch 0 eq {type (dicttype) eq {/num 0 def}{/num 1 def}ifelse}if}forall
  86.   currentpagedevice /InputAttributes get
  87.   {type (dicttype) eq {/num num 1 add def} if pop} forall
  88.   num
  89.      dup 3 eq { (None) exit } if
  90.      dup 4 eq { (1Cassette) exit } if
  91.      5 eq { (2Cassette) exit } if
  92.      (Unknown) exit
  93.   } loop
  94.   mark count 1 sub 2 roll cleartomark
  95.   = flush
  96.   restore
  97. "
  98. *End
  99. *CloseUI: *Option8
  100.  
  101.  
  102. *OpenUI *Option1/Bypass Tray: PickOne
  103. *DefaultOption1: False
  104. *Option1 False/Not Installed: ""
  105. *Option1 True/Installed: ""
  106. *?Option1: "
  107.   save
  108.   currentpagedevice /InputAttributes get
  109.   {exch 0 eq {type (dicttype)
  110.   eq {(True) exit} {(False) exit} ifelse}if} forall
  111.   mark count 1 sub 2 roll cleartomark
  112.   = flush
  113.   restore
  114. "
  115. *End
  116. *CloseUI: *Option1
  117.  
  118.  
  119. *OpenUI *Option2/Duplex Unit: Boolean
  120. *DefaultOption2: False
  121. *Option2 False/Not Installed: ""
  122. *Option2 True/Installed: ""
  123. *?Option2: "
  124.   save
  125.   currentpagedevice/Duplex known
  126.   {(True)}{(False)}ifelse = flush
  127.   restore
  128. "
  129. *End
  130. *CloseUI: *Option2
  131.  
  132.  
  133. *OpenUI *Option3/Finisher: PickOne
  134. *DefaultOption3: False
  135. *Option3 False/Not Installed: ""
  136. *Option3 True/Installed: ""
  137. *?Option3: "
  138.   save
  139.   currentpagedevice /OutputAttributes get
  140.   {exch 2 eq {type (dicttype)
  141.   eq {(True) exit} {(False) exit} ifelse}if} forall
  142.   mark count 1 sub 2 roll cleartomark
  143.   = flush
  144.   restore
  145. "
  146. *End
  147. *CloseUI: *Option3
  148.  
  149.  
  150. *OpenUI *Option9/Internal Tray: PickOne
  151. *DefaultOption9: False
  152. *Option9 False/Not Installed: ""
  153. *Option9 True/Installed: ""
  154. *?Option9: "
  155.   save
  156.   currentpagedevice /OutputAttributes get
  157.   {exch 1 eq {type (dicttype)
  158.   eq {(True) exit} {(False) exit} ifelse}if} forall
  159.   mark count 1 sub 2 roll cleartomark
  160.   = flush
  161.   restore
  162. "
  163. *End
  164. *CloseUI: *Option9
  165.  
  166. *CloseGroup: InstallableOptions
  167.  
  168. *UIConstraints: *Option1 False *InputSlot BypassTray
  169. *UIConstraints: *Option8 None *InputSlot 3Tray
  170. *UIConstraints: *Option8 None *InputSlot 4Tray
  171. *UIConstraints: *Option8 1Cassette *InputSlot 4Tray
  172. *UIConstraints: *InputSlot BypassTray *Option1 False
  173. *UIConstraints: *InputSlot 3Tray *Option8 None
  174. *UIConstraints: *InputSlot 4Tray *Option8 None
  175. *UIConstraints: *InputSlot 4Tray *Option8 1Cassette
  176.  
  177. *UIConstraints: *Option9 False *OutputBin UpperTray
  178. *UIConstraints: *OutputBin UpperTray *Option9 False
  179.  
  180. *UIConstraints: *Option2 False *Duplex DuplexTumble
  181. *UIConstraints: *Option2 False *Duplex DuplexNoTumble
  182. *UIConstraints: *Duplex DuplexTumble *Option2 False
  183. *UIConstraints: *Duplex DuplexNoTumble *Option2 False
  184.  
  185. *UIConstraints: *Option3 False *OutputBin BinShift
  186. *UIConstraints: *Option3 False *RIStaple UpperLeft
  187. *UIConstraints: *Option3 False *RIStaple UpperRight
  188. *UIConstraints: *Option3 False *RIStaple LowerLeft
  189. *UIConstraints: *Option3 False *RIStaple LowerRight
  190. *UIConstraints: *OutputBin BinShift *Option3 False
  191. *UIConstraints: *RIStaple UpperLeft *Option3 False
  192. *UIConstraints: *RIStaple UpperRight *Option3 False
  193. *UIConstraints: *RIStaple LowerLeft *Option3 False
  194. *UIConstraints: *RIStaple LowerRight *Option3 False
  195.  
  196. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  197. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  198. *UIConstraints: *PageSize HalfLetter *Duplex DuplexTumble
  199. *UIConstraints: *PageSize HalfLetter *Duplex DuplexNoTumble
  200. *UIConstraints: *PageSize DLEnv *Duplex DuplexTumble
  201. *UIConstraints: *PageSize DLEnv *Duplex DuplexNoTumble
  202. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  203. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  204. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  205. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  206. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  207. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  208. *UIConstraints: *PageSize EnvC6 *Duplex DuplexTumble
  209. *UIConstraints: *PageSize EnvC6 *Duplex DuplexNoTumble
  210. *%%% *UIConstraints: *PageXXXX 8K/16K  PPDCHECK ERROR
  211. *UIConstraints: *PageSize 8Kai *Duplex DuplexTumble
  212. *UIConstraints: *PageSize 8Kai *Duplex DuplexNoTumble
  213. *UIConstraints: *PageSize 16Kai *Duplex DuplexTumble
  214. *UIConstraints: *PageSize 16Kai *Duplex DuplexNoTumble
  215. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  216. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  217. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexTumble
  218. *UIConstraints: *PageRegion HalfLetter *Duplex DuplexNoTumble
  219. *UIConstraints: *PageRegion DLEnv *Duplex DuplexTumble
  220. *UIConstraints: *PageRegion DLEnv *Duplex DuplexNoTumble
  221. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  222. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  223. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  224. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  225. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  226. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  227. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexTumble
  228. *UIConstraints: *PageRegion EnvC6 *Duplex DuplexNoTumble
  229. *UIConstraints: *PageRegion 8Kai *Duplex DuplexTumble
  230. *UIConstraints: *PageRegion 8Kai *Duplex DuplexNoTumble
  231. *UIConstraints: *PageRegion 16Kai *Duplex DuplexTumble
  232. *UIConstraints: *PageRegion 16Kai *Duplex DuplexNoTumble
  233.  
  234. *UIConstraints: *Duplex DuplexTumble *PageSize A6
  235. *UIConstraints: *Duplex DuplexNoTumble *PageSize A6
  236. *UIConstraints: *Duplex DuplexTumble *PageSize HalfLetter
  237. *UIConstraints: *Duplex DuplexNoTumble *PageSize HalfLetter
  238. *UIConstraints: *Duplex DuplexTumble *PageSize DLEnv
  239. *UIConstraints: *Duplex DuplexNoTumble *PageSize DLEnv
  240. *UIConstraints: *Duplex DuplexTumble *PageSize Env10
  241. *UIConstraints: *Duplex DuplexNoTumble *PageSize Env10
  242. *UIConstraints: *Duplex DuplexTumble *PageSize EnvMonarch
  243. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvMonarch
  244. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC5
  245. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC5
  246. *UIConstraints: *Duplex DuplexTumble *PageSize EnvC6
  247. *UIConstraints: *Duplex DuplexNoTumble *PageSize EnvC6
  248. *UIConstraints: *Duplex DuplexTumble *PageSize 8Kai
  249. *UIConstraints: *Duplex DuplexNoTumble *PageSize 8Kai
  250. *UIConstraints: *Duplex DuplexTumble *PageSize 16Kai
  251. *UIConstraints: *Duplex DuplexNoTumble *PageSize 16Kai
  252. *UIConstraints: *Duplex DuplexTumble *PageRegion A6
  253. *UIConstraints: *Duplex DuplexNoTumble *PageRegion A6
  254. *UIConstraints: *Duplex DuplexTumble *PageRegion HalfLetter
  255. *UIConstraints: *Duplex DuplexNoTumble *PageRegion HalfLetter
  256. *UIConstraints: *Duplex DuplexTumble *PageRegion DLEnv
  257. *UIConstraints: *Duplex DuplexNoTumble *PageRegion DLEnv
  258. *UIConstraints: *Duplex DuplexTumble *PageRegion Env10
  259. *UIConstraints: *Duplex DuplexNoTumble *PageRegion Env10
  260. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvMonarch
  261. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvMonarch
  262. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC5
  263. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC5
  264. *UIConstraints: *Duplex DuplexTumble *PageRegion EnvC6
  265. *UIConstraints: *Duplex DuplexNoTumble *PageRegion EnvC6
  266. *UIConstraints: *Duplex DuplexTumble *PageRegion 8Kai
  267. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 8Kai
  268. *UIConstraints: *Duplex DuplexTumble *PageRegion 16Kai
  269. *UIConstraints: *Duplex DuplexNoTumble *PageRegion 16Kai
  270.  
  271. *UIConstraints: *InputSlot BypassTray *Duplex DuplexTumble
  272. *UIConstraints: *InputSlot BypassTray *Duplex DuplexNoTumble
  273. *UIConstraints: *Duplex DuplexTumble *InputSlot BypassTray
  274. *UIConstraints: *Duplex DuplexNoTumble *InputSlot BypassTray
  275.  
  276. *% *UIConstraints: *RIStaple UpperLeft *OutputBin Default
  277. *% *UIConstraints: *RIStaple UpperLeft *OutputBin UpperTray
  278. *% *UIConstraints: *OutputBin Default *RIStaple UpperLeft
  279. *% *UIConstraints: *OutputBin UpperTray *RIStaple UpperLeft
  280.  
  281. *% *UIConstraints: *RIStaple UpperRight *OutputBin Default
  282. *% *UIConstraints: *RIStaple UpperRight *OutputBin UpperTray
  283. *% *UIConstraints: *OutputBin Default *RIStaple UpperRight
  284. *% *UIConstraints: *OutputBin UpperTray *RIStaple UpperRight
  285.  
  286. *% *UIConstraints: *RIStaple LowerLeft *OutputBin Default
  287. *% *UIConstraints: *RIStaple LowerLeft *OutputBin UpperTray
  288. *% *UIConstraints: *OutputBin Default *RIStaple LowerLeft
  289. *% *UIConstraints: *OutputBin UpperTray *RIStaple LowerLeft
  290.  
  291. *% *UIConstraints: *RIStaple LowerRight *OutputBin Default
  292. *% *UIConstraints: *RIStaple LowerRight *OutputBin UpperTray
  293. *% *UIConstraints: *OutputBin Default *RIStaple LowerRight
  294. *% *UIConstraints: *OutputBin UpperTray *RIStaple LowerRight
  295.  
  296. *UIConstraints: *RIStaple UpperLeft *InputSlot BypassTray
  297. *UIConstraints: *RIStaple UpperRight *InputSlot BypassTray
  298. *UIConstraints: *RIStaple LowerLeft *InputSlot BypassTray
  299. *UIConstraints: *RIStaple LowerRight *InputSlot BypassTray
  300. *UIConstraints: *InputSlot BypassTray *RIStaple UpperLeft
  301. *UIConstraints: *InputSlot BypassTray *RIStaple UpperRight
  302. *UIConstraints: *InputSlot BypassTray *RIStaple LowerLeft
  303. *UIConstraints: *InputSlot BypassTray *RIStaple LowerRight
  304.  
  305. *UIConstraints: *PageSize A5 *RIStaple UpperLeft
  306. *UIConstraints: *PageSize A5 *RIStaple UpperRight
  307. *UIConstraints: *PageSize A5 *RIStaple LowerLeft
  308. *UIConstraints: *PageSize A5 *RIStaple LowerRight
  309. *UIConstraints: *PageSize A6 *RIStaple UpperLeft
  310. *UIConstraints: *PageSize A6 *RIStaple UpperRight
  311. *UIConstraints: *PageSize A6 *RIStaple LowerLeft
  312. *UIConstraints: *PageSize A6 *RIStaple LowerRight
  313. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperLeft
  314. *%%% *UIConstraints: *PageSize PostCard *RIStaple UpperRight
  315. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerLeft
  316. *%%% *UIConstraints: *PageSize PostCard *RIStaple LowerRight
  317. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperLeft
  318. *%%% *UIConstraints: *PageSize B6 *RIStaple UpperRight
  319. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerLeft
  320. *%%% *UIConstraints: *PageSize B6 *RIStaple LowerRight
  321. *UIConstraints: *PageRegion A5 *RIStaple UpperLeft
  322. *UIConstraints: *PageRegion A5 *RIStaple UpperRight
  323. *UIConstraints: *PageRegion A5 *RIStaple LowerLeft
  324. *UIConstraints: *PageRegion A5 *RIStaple LowerRight
  325. *UIConstraints: *PageRegion A6 *RIStaple UpperLeft
  326. *UIConstraints: *PageRegion A6 *RIStaple UpperRight
  327. *UIConstraints: *PageRegion A6 *RIStaple LowerLeft
  328. *UIConstraints: *PageRegion A6 *RIStaple LowerRight
  329. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperLeft
  330. *%%% *UIConstraints: *PageRegion PostCard *RIStaple UpperRight
  331. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerLeft
  332. *%%% *UIConstraints: *PageRegion PostCard *RIStaple LowerRight
  333. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperLeft
  334. *%%% *UIConstraints: *PageRegion B6 *RIStaple UpperRight
  335. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerLeft
  336. *%%% *UIConstraints: *PageRegion B6 *RIStaple LowerRight
  337.  
  338. *UIConstraints: *RIStaple UpperLeft *PageSize A5
  339. *UIConstraints: *RIStaple UpperRight *PageSize A5
  340. *UIConstraints: *RIStaple LowerLeft *PageSize A5
  341. *UIConstraints: *RIStaple LowerRight *PageSize A5
  342. *UIConstraints: *RIStaple UpperLeft *PageSize A6
  343. *UIConstraints: *RIStaple UpperRight *PageSize A6
  344. *UIConstraints: *RIStaple LowerLeft *PageSize A6
  345. *UIConstraints: *RIStaple LowerRight *PageSize A6
  346. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize PostCard
  347. *%%% *UIConstraints: *RIStaple UpperRight *PageSize PostCard
  348. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize PostCard
  349. *%%% *UIConstraints: *RIStaple LowerRight *PageSize PostCard
  350. *%%% *UIConstraints: *RIStaple UpperLeft *PageSize B6
  351. *%%% *UIConstraints: *RIStaple UpperRight *PageSize B6
  352. *%%% *UIConstraints: *RIStaple LowerLeft *PageSize B6
  353. *%%% *UIConstraints: *RIStaple LowerRight *PageSize B6
  354. *UIConstraints: *RIStaple UpperLeft *PageRegion A5
  355. *UIConstraints: *RIStaple UpperRight *PageRegion A5
  356. *UIConstraints: *RIStaple LowerLeft *PageRegion A5
  357. *UIConstraints: *RIStaple LowerRight *PageRegion A5
  358. *UIConstraints: *RIStaple UpperLeft *PageRegion A6
  359. *UIConstraints: *RIStaple UpperRight *PageRegion A6
  360. *UIConstraints: *RIStaple LowerLeft *PageRegion A6
  361. *UIConstraints: *RIStaple LowerRight *PageRegion A6
  362. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion PostCard
  363. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion PostCard
  364. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion PostCard
  365. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion PostCard
  366. *%%% *UIConstraints: *RIStaple UpperLeft *PageRegion B6
  367. *%%% *UIConstraints: *RIStaple UpperRight *PageRegion B6
  368. *%%% *UIConstraints: *RIStaple LowerLeft *PageRegion B6
  369. *%%% *UIConstraints: *RIStaple LowerRight *PageRegion B6
  370.  
  371. *UIConstraints: *MediaType Recycled *InputSlot BypassTray
  372. *UIConstraints: *MediaType Special *InputSlot BypassTray
  373. *UIConstraints: *InputSlot BypassTray *MediaType Recycled
  374. *UIConstraints: *InputSlot BypassTray *MediaType Special
  375.  
  376. *FreeVM: "2330000"
  377. *VMOption None/16 MB RAM: "2330000"
  378. *VMOption 48Meg/48 MB RAM: "3550000"
  379. *VMOption 80Meg/80 MB RAM: "5330000"
  380.  
  381.  
  382. *Password: "0"
  383. *ExitServer: "
  384.   count 0 eq 
  385.   {false}{true exch startjob}ifelse
  386.   not {(WARNING: Cannot modify initial VM.) =
  387.        (Missing or invalid Password.) =
  388.        (Please contact the author.) = flush quit
  389.   }if
  390. "
  391. *End
  392. *Reset: "
  393.   count 0 eq
  394.   {false}{true exch startjob}ifelse
  395.   not {(WARNING: Cannot reset printer.) =
  396.        (Missing or invalid Password.) =
  397.        (Please contact the author.) = flush quit
  398.   }if 
  399.   systemdict /quit get exec
  400.   (WARNING: Printer Reset Failed.) = flush
  401. "
  402. *End
  403.  
  404. *SuggestedJobTimeout: "0"
  405. *SuggestedWaitTimeout: "300"
  406. *PrintPSErrors: True
  407. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  408.  
  409. *%========== Media Selection ==========
  410. *LandscapeOrientation: Plus90
  411.  
  412. *OpenUI *PageSize: PickOne
  413. *OrderDependency: 150 AnySetup *PageSize
  414. *DefaultPageSize: A4
  415. *PageSize A3: "<</Policies <</PageSize 2 /MediaType 2>>
  416.   currentdict /MEDIAPOSITION known
  417.   { currentdict /MEDIATYPE known
  418.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  419.   }{ currentdict /MEDIATYPE known
  420.     { MEDIATYPE }{ } ifelse
  421.   } ifelse
  422.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  423. *End
  424. *PageSize A4: "<</Policies <</PageSize 2 /MediaType 2>>
  425.   currentdict /MEDIAPOSITION known
  426.   { currentdict /MEDIATYPE known
  427.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  428.   }{ currentdict /MEDIATYPE known
  429.     { MEDIATYPE }{ } ifelse
  430.   } ifelse
  431.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  432. *End
  433. *PageSize A5: "<</Policies <</PageSize 2 /MediaType 2>>
  434.   currentdict /MEDIAPOSITION known
  435.   { currentdict /MEDIATYPE known
  436.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  437.   }{ currentdict /MEDIATYPE known
  438.     { MEDIATYPE }{ } ifelse
  439.   } ifelse
  440.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  441. *End
  442. *PageSize A6: "<</Policies <</PageSize 2 /MediaType 2>>
  443.   currentdict /MEDIAPOSITION known
  444.   { currentdict /MEDIATYPE known
  445.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  446.   }{ currentdict /MEDIATYPE known
  447.     { MEDIATYPE }{ } ifelse
  448.   } ifelse
  449.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  450. *End
  451. *PageSize B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  452.   currentdict /MEDIAPOSITION known
  453.   { currentdict /MEDIATYPE known
  454.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  455.   }{ currentdict /MEDIATYPE known
  456.     { MEDIATYPE }{ } ifelse
  457.   } ifelse
  458.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  459. *End
  460. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  461.   currentdict /MEDIAPOSITION known
  462.   { currentdict /MEDIATYPE known
  463.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  464.   }{ currentdict /MEDIATYPE known
  465.     { MEDIATYPE }{ } ifelse
  466.   } ifelse
  467.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  468. *End
  469. *PageSize Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  470.   currentdict /MEDIAPOSITION known
  471.   { currentdict /MEDIATYPE known
  472.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  473.   }{ currentdict /MEDIATYPE known
  474.     { MEDIATYPE }{ } ifelse
  475.   } ifelse
  476.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  477. *End
  478. *PageSize Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  479.   currentdict /MEDIAPOSITION known
  480.   { currentdict /MEDIATYPE known
  481.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  482.   }{ currentdict /MEDIATYPE known
  483.     { MEDIATYPE }{ } ifelse
  484.   } ifelse
  485.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  486. *End
  487. *PageSize HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  488.   currentdict /MEDIAPOSITION known
  489.   { currentdict /MEDIATYPE known
  490.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  491.   }{ currentdict /MEDIATYPE known
  492.     { MEDIATYPE }{ } ifelse
  493.   } ifelse
  494.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  495. *End
  496. *PageSize 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  497.   currentdict /MEDIAPOSITION known
  498.   { currentdict /MEDIATYPE known
  499.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  500.   }{ currentdict /MEDIATYPE known
  501.     { MEDIATYPE }{ } ifelse
  502.   } ifelse
  503.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  504. *End
  505. *PageSize Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  506.   currentdict /MEDIAPOSITION known
  507.   { currentdict /MEDIATYPE known
  508.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  509.   }{ currentdict /MEDIATYPE known
  510.     { MEDIATYPE }{ } ifelse
  511.   } ifelse
  512.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  513. *End
  514. *PageSize F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  515.   currentdict /MEDIAPOSITION known
  516.   { currentdict /MEDIATYPE known
  517.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  518.   }{ currentdict /MEDIATYPE known
  519.     { MEDIATYPE }{ } ifelse
  520.   } ifelse
  521.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  522. *End
  523. *PageSize Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  524.   currentdict /MEDIAPOSITION known
  525.   { currentdict /MEDIATYPE known
  526.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  527.   }{ currentdict /MEDIATYPE known
  528.     { MEDIATYPE }{ } ifelse
  529.   } ifelse
  530.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  531. *End
  532. *PageSize FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  533.   currentdict /MEDIAPOSITION known
  534.   { currentdict /MEDIATYPE known
  535.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  536.   }{ currentdict /MEDIATYPE known
  537.     { MEDIATYPE }{ } ifelse
  538.   } ifelse
  539.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  540. *End
  541. *PageSize Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  542.   currentdict /MEDIAPOSITION known
  543.   { currentdict /MEDIATYPE known
  544.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  545.   }{ currentdict /MEDIATYPE known
  546.     { MEDIATYPE }{ } ifelse
  547.   } ifelse
  548.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  549. *End
  550. *PageSize EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  551.   currentdict /MEDIAPOSITION known
  552.   { currentdict /MEDIATYPE known
  553.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  554.   }{ currentdict /MEDIATYPE known
  555.     { MEDIATYPE }{ } ifelse
  556.   } ifelse
  557.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  558. *End
  559. *PageSize EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  560.   currentdict /MEDIAPOSITION known
  561.   { currentdict /MEDIATYPE known
  562.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  563.   }{ currentdict /MEDIATYPE known
  564.     { MEDIATYPE }{ } ifelse
  565.   } ifelse
  566.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  567. *End
  568. *PageSize EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  569.   currentdict /MEDIAPOSITION known
  570.   { currentdict /MEDIATYPE known
  571.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  572.   }{ currentdict /MEDIATYPE known
  573.     { MEDIATYPE }{ } ifelse
  574.   } ifelse
  575.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  576. *End
  577. *PageSize DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  578.   currentdict /MEDIAPOSITION known
  579.   { currentdict /MEDIATYPE known
  580.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  581.   }{ currentdict /MEDIATYPE known
  582.     { MEDIATYPE }{ } ifelse
  583.   } ifelse
  584.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  585. *End
  586. *PageSize 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  587.   currentdict /MEDIAPOSITION known
  588.   { currentdict /MEDIATYPE known
  589.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  590.   }{ currentdict /MEDIATYPE known
  591.     { MEDIATYPE }{ } ifelse
  592.   } ifelse
  593.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  594. *End
  595. *PageSize 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  596.   currentdict /MEDIAPOSITION known
  597.   { currentdict /MEDIATYPE known
  598.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  599.   }{ currentdict /MEDIATYPE known
  600.     { MEDIATYPE }{ } ifelse
  601.   } ifelse
  602.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  603. *End
  604. *?PageSize: "
  605.   save
  606.   currentpagedevice /PageSize get aload pop
  607.   2 copy gt {exch}if (Unknown)
  608.   21 dict
  609.     dup [842 1191] (A3) put
  610.     dup [595 842]  (A4) put
  611.     dup [420 595]  (A5) put
  612.     dup [297 420]  (A6) put
  613.     dup [729 1032] (B4) put
  614.     dup [516 729]  (B5) put
  615.     dup [612 1008] (Legal) put
  616.     dup [612 792]  (Letter) put
  617.     dup [396 612]  (HalfLetter) put
  618.     dup [792 1224] (11x17) put
  619.     dup [522 756] (Executive) put
  620.     dup [576 936] (F) put
  621.     dup [595 935] (Folio) put
  622.     dup [612 936] (FanFoldGermanLegal) put
  623.     dup [297 684] (Env10) put
  624.     dup [279 540] (EnvMonarch) put
  625.     dup [459 649] (EnvC5) put
  626.     dup [323 459] (EnvC6) put
  627.     dup [311 623] (DLEnv) put
  628.     dup [757 1106] (8Kai) put
  629.     dup [553 757] (16Kai) put
  630.   {exch aload pop 4 index sub abs 5 le exch 5 index
  631.    sub abs 5 le and {exch pop exit}{pop}ifelse 
  632.   }bind forall = flush pop pop
  633.   restore
  634. "
  635. *End
  636. *CloseUI: *PageSize
  637.  
  638. *OpenUI *PageRegion: PickOne
  639. *OrderDependency: 140 AnySetup *PageRegion
  640. *DefaultPageRegion: A4
  641. *PageRegion A3: "<</Policies <</PageSize 2 /MediaType 2>>
  642.   currentdict /MEDIAPOSITION known
  643.   { currentdict /MEDIATYPE known
  644.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  645.   }{ currentdict /MEDIATYPE known
  646.     { MEDIATYPE }{ } ifelse
  647.   } ifelse
  648.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  649. *End
  650. *PageRegion A4: "<</Policies <</PageSize 2 /MediaType 2>>
  651.   currentdict /MEDIAPOSITION known
  652.   { currentdict /MEDIATYPE known
  653.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  654.   }{ currentdict /MEDIATYPE known
  655.     { MEDIATYPE }{ } ifelse
  656.   } ifelse
  657.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  658. *End
  659. *PageRegion A5: "<</Policies <</PageSize 2 /MediaType 2>>
  660.   currentdict /MEDIAPOSITION known
  661.   { currentdict /MEDIATYPE known
  662.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  663.   }{ currentdict /MEDIATYPE known
  664.     { MEDIATYPE }{ } ifelse
  665.   } ifelse
  666.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  667. *End
  668. *PageRegion A6: "<</Policies <</PageSize 2 /MediaType 2>>
  669.   currentdict /MEDIAPOSITION known
  670.   { currentdict /MEDIATYPE known
  671.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  672.   }{ currentdict /MEDIATYPE known
  673.     { MEDIATYPE }{ } ifelse
  674.   } ifelse
  675.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  676. *End
  677. *PageRegion B4/B4 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  678.   currentdict /MEDIAPOSITION known
  679.   { currentdict /MEDIATYPE known
  680.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  681.   }{ currentdict /MEDIATYPE known
  682.     { MEDIATYPE }{ } ifelse
  683.   } ifelse
  684.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  685. *End
  686. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 2 /MediaType 2>>
  687.   currentdict /MEDIAPOSITION known
  688.   { currentdict /MEDIATYPE known
  689.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  690.   }{ currentdict /MEDIATYPE known
  691.     { MEDIATYPE }{ } ifelse
  692.   } ifelse
  693.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  694. *End
  695. *PageRegion Legal/Legal: "<</Policies <</PageSize 2 /MediaType 2>>
  696.   currentdict /MEDIAPOSITION known
  697.   { currentdict /MEDIATYPE known
  698.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  699.   }{ currentdict /MEDIATYPE known
  700.     { MEDIATYPE }{ } ifelse
  701.   } ifelse
  702.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  703. *End
  704. *PageRegion Letter/Letter: "<</Policies <</PageSize 2 /MediaType 2>>
  705.   currentdict /MEDIAPOSITION known
  706.   { currentdict /MEDIATYPE known
  707.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  708.   }{ currentdict /MEDIATYPE known
  709.     { MEDIATYPE }{ } ifelse
  710.   } ifelse
  711.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  712. *End
  713. *PageRegion HalfLetter/HalfLetter: "<</Policies <</PageSize 2 /MediaType 2>>
  714.   currentdict /MEDIAPOSITION known
  715.   { currentdict /MEDIATYPE known
  716.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  717.   }{ currentdict /MEDIATYPE known
  718.     { MEDIATYPE }{ } ifelse
  719.   } ifelse
  720.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  721. *End
  722. *PageRegion 11x17/11x17: "<</Policies <</PageSize 2 /MediaType 2>>
  723.   currentdict /MEDIAPOSITION known
  724.   { currentdict /MEDIATYPE known
  725.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  726.   }{ currentdict /MEDIATYPE known
  727.     { MEDIATYPE }{ } ifelse
  728.   } ifelse
  729.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  730. *End
  731. *PageRegion Executive/Executive: "<</Policies <</PageSize 2 /MediaType 2>>
  732.   currentdict /MEDIAPOSITION known
  733.   { currentdict /MEDIATYPE known
  734.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  735.   }{ currentdict /MEDIATYPE known
  736.     { MEDIATYPE }{ } ifelse
  737.   } ifelse
  738.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  739. *End
  740. *PageRegion F/8x13: "<</Policies <</PageSize 2 /MediaType 2>>
  741.   currentdict /MEDIAPOSITION known
  742.   { currentdict /MEDIATYPE known
  743.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  744.   }{ currentdict /MEDIATYPE known
  745.     { MEDIATYPE }{ } ifelse
  746.   } ifelse
  747.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  748. *End
  749. *PageRegion Folio/8.25x13: "<</Policies <</PageSize 2 /MediaType 2>>
  750.   currentdict /MEDIAPOSITION known
  751.   { currentdict /MEDIATYPE known
  752.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  753.   }{ currentdict /MEDIATYPE known
  754.     { MEDIATYPE }{ } ifelse
  755.   } ifelse
  756.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  757. *End
  758. *PageRegion FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2 /MediaType 2>>
  759.   currentdict /MEDIAPOSITION known
  760.   { currentdict /MEDIATYPE known
  761.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  762.   }{ currentdict /MEDIATYPE known
  763.     { MEDIATYPE }{ } ifelse
  764.   } ifelse
  765.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  766. *End
  767. *PageRegion Env10/Com10 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  768.   currentdict /MEDIAPOSITION known
  769.   { currentdict /MEDIATYPE known
  770.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  771.   }{ currentdict /MEDIATYPE known
  772.     { MEDIATYPE }{ } ifelse
  773.   } ifelse
  774.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  775. *End
  776. *PageRegion EnvMonarch/Mon. Env: "<</Policies <</PageSize 2 /MediaType 2>>
  777.   currentdict /MEDIAPOSITION known
  778.   { currentdict /MEDIATYPE known
  779.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  780.   }{ currentdict /MEDIATYPE known
  781.     { MEDIATYPE }{ } ifelse
  782.   } ifelse
  783.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  784. *End
  785. *PageRegion EnvC5/C5 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  786.   currentdict /MEDIAPOSITION known
  787.   { currentdict /MEDIATYPE known
  788.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  789.   }{ currentdict /MEDIATYPE known
  790.     { MEDIATYPE }{ } ifelse
  791.   } ifelse
  792.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  793. *End
  794. *PageRegion EnvC6/C6 Env: "<</Policies <</PageSize 2 /MediaType 2>>
  795.   currentdict /MEDIAPOSITION known
  796.   { currentdict /MEDIATYPE known
  797.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  798.   }{ currentdict /MEDIATYPE known
  799.     { MEDIATYPE }{ } ifelse
  800.   } ifelse
  801.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  802. *End
  803. *PageRegion DLEnv/DL Env: "<</Policies <</PageSize 2 /MediaType 2>>
  804.   currentdict /MEDIAPOSITION known
  805.   { currentdict /MEDIATYPE known
  806.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  807.   }{ currentdict /MEDIATYPE known
  808.     { MEDIATYPE }{ } ifelse
  809.   } ifelse
  810.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  811. *End
  812. *PageRegion 8Kai/8K: "<</Policies <</PageSize 2 /MediaType 2>>
  813.   currentdict /MEDIAPOSITION known
  814.   { currentdict /MEDIATYPE known
  815.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  816.   }{ currentdict /MEDIATYPE known
  817.     { MEDIATYPE }{ } ifelse
  818.   } ifelse
  819.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  820. *End
  821. *PageRegion 16Kai/16K: "<</Policies <</PageSize 2 /MediaType 2>>
  822.   currentdict /MEDIAPOSITION known
  823.   { currentdict /MEDIATYPE known
  824.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  825.   }{ currentdict /MEDIATYPE known
  826.     { MEDIATYPE }{ } ifelse
  827.   } ifelse
  828.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  829. *End
  830. *CloseUI: *PageRegion
  831.  
  832. *%========== Information About Media Sizes ==========
  833.  
  834. *DefaultImageableArea: A4
  835. *ImageableArea A3: "12 12 830 1179"
  836. *ImageableArea A4: "12 12 583 830"
  837. *ImageableArea A5: "12 12 408 583"
  838. *ImageableArea A6: "12 12 285 408"
  839. *ImageableArea B4/B4 (JIS): "12 12 717 1020"
  840. *ImageableArea B5/B5 (JIS): "12 12 504 717"
  841. *ImageableArea Legal/Legal: "12 12 600 996"
  842. *ImageableArea Letter/Letter: "12 12 600 780"
  843. *ImageableArea HalfLetter/HalfLetter: "12 12 384 600"
  844. *ImageableArea 11x17/11x17: "12 12 780 1212"
  845. *ImageableArea Executive/Executive: "12 12 510 744"
  846. *ImageableArea F/8x13: "12 12 564 924"
  847. *ImageableArea Folio/8.25x13: "12 12 583 923"
  848. *ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
  849. *ImageableArea Env10/Com10 Env: "12 12 285 672"
  850. *ImageableArea EnvMonarch/Mon. Env: "12 12 267 528"
  851. *ImageableArea EnvC5/C5 Env: "12 12 447 637"
  852. *ImageableArea EnvC6/C6 Env: "12 12 311 447"
  853. *ImageableArea DLEnv/DL Env: "12 12 299 611"
  854. *ImageableArea 8Kai/8K: "12 12 745 1094"
  855. *ImageableArea 16Kai/16K: "12 12 541 745"
  856. *?ImageableArea: "
  857.   save
  858.   /cvp {(            ) cvs print (               ) print}bind def
  859.   newpath clippath pathbbox 4 -2 roll exch
  860.   2 {10000 mul ceiling 10000 div cvp}repeat exch
  861.   2 {10000 mul floor 10000 div cvp}repeat flush
  862.   restore
  863. "
  864. *End
  865.  
  866. *DefaultPaperDimension: A4
  867. *PaperDimension A3: "842 1191"
  868. *PaperDimension A4: "595 842"
  869. *PaperDimension A5: "420 595"
  870. *PaperDimension A6: "297 420"
  871. *PaperDimension B4/B4 (JIS): "729 1032"
  872. *PaperDimension B5/B5 (JIS): "516 729"
  873. *PaperDimension Legal/Legal: "612 1008"
  874. *PaperDimension Letter/Letter: "612 792"
  875. *PaperDimension HalfLetter/HalfLetter: "396 612"
  876. *PaperDimension 11x17/11x17: "792 1224"
  877. *PaperDimension Executive/Executive: "522 756"
  878. *PaperDimension F/8x13: "576 936"
  879. *PaperDimension Folio/8.25x13: "595 935"
  880. *PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
  881. *PaperDimension Env10/Com10 Env: "297 684"
  882. *PaperDimension EnvMonarch/Mon. Env: "279 540"
  883. *PaperDimension EnvC5/C5 Env: "459 649"
  884. *PaperDimension EnvC6/C6 Env: "323 459"
  885. *PaperDimension DLEnv/DL Env: "311 623"
  886. *PaperDimension 8Kai/8K: "757 1106"
  887. *PaperDimension 16Kai/16K: "553 757"
  888.  
  889. *%========== Media Handling Features ==========
  890. *OpenUI *InputSlot: PickOne
  891. *OrderDependency: 25 AnySetup *InputSlot
  892. *InputSlot BypassTray/Bypass Tray: " 
  893.   /MEDIAPOSITION {/MediaPosition 0} def
  894.   0 statusdict /setpapertray get exec"
  895. *End
  896. *InputSlot 1Tray/Tray 1: "
  897.   /MEDIAPOSITION {/MediaPosition 1} def"
  898. *End
  899. *InputSlot 2Tray/Tray 2: "
  900.   /MEDIAPOSITION {/MediaPosition 2} def"
  901. *End
  902. *InputSlot 3Tray/Tray 3: "
  903.   /MEDIAPOSITION {/MediaPosition 3} def"
  904. *End
  905. *InputSlot 4Tray/Tray 4: "
  906.   /MEDIAPOSITION {/MediaPosition 4} def"
  907. *End
  908. *DefaultInputSlot: 1Tray
  909. *?InputSlot: "
  910.   save
  911.   [(BypassTray)(1Tray)(2Tray)(3Tray)(4Tray)]
  912.   statusdict /papertray get exec {get}stopped
  913.   {pop pop (Unknown)}if = flush
  914.   restore
  915. "
  916. *End
  917. *CloseUI: *InputSlot
  918.  
  919. *%=== Custom Paper Support =================
  920. *LeadingEdge PreferLong:""
  921. *DefaultLeadingEdge: PreferLong
  922.  
  923. *MaxMediaWidth:  "842"
  924. *MaxMediaHeight: "1224"
  925. *HWMargins:      12 12 12 12
  926. *CustomPageSize True: "pop pop pop 
  927.   << /PageSize [ 5 -2 roll ]  /ImagingBBox null
  928.   /Policies <</PageSize 2 /MediaType 2>>
  929.   currentdict /MEDIAPOSITION known
  930.   { currentdict /MEDIATYPE known
  931.     { MEDIAPOSITION MEDIATYPE }{ MEDIAPOSITION } ifelse
  932.   }{ currentdict /MEDIATYPE known
  933.     { MEDIATYPE }{ } ifelse
  934.   } ifelse
  935.   >> setpagedevice"
  936. *End
  937.  
  938. *ParamCustomPageSize Width:        1 points 256 842
  939. *ParamCustomPageSize Height:       2 points 421 1224
  940. *ParamCustomPageSize WidthOffset:  3 points 0 0
  941. *ParamCustomPageSize HeightOffset: 4 points 0 0
  942. *ParamCustomPageSize Orientation:  5 int 0 1
  943.  
  944. *NonUIOrderDependency: 151 AnySetup *CustomPageSize True
  945.  
  946. *RequiresPageRegion BypassTray: False
  947. *RequiresPageRegion 1Tray: True
  948. *RequiresPageRegion 2Tray: True
  949. *RequiresPageRegion 3Tray: True
  950. *RequiresPageRegion 4Tray: True
  951.  
  952. *% *OpenUI *RICPaperPolicy/Fit to Page: PickOne
  953. *% *OrderDependency: 2 AnySetup *RICPaperPolicy
  954. *% *RICPaperPolicy PromptUser/Prompt User: "
  955. *%   <</DeferredMediaSelection true>> setpagedevice"
  956. *% *End
  957. *% *RICPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  958. *%   <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  959. *% *End
  960. *% *RICPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  961. *%   <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  962. *% *End
  963. *% *DefaultRICPaperPolicy: PromptUser/Prompt User
  964. *% *CloseUI: *RICPaperPolicy
  965.  
  966.  
  967. *OpenUI *Duplex/Duplex: PickOne
  968. *OrderDependency: 205 AnySetup *Duplex
  969. *Duplex None/Off: "<</Duplex false>>setpagedevice"
  970. *Duplex DuplexTumble/Short Edge: "<</Duplex true /Tumble true>>setpagedevice"
  971. *Duplex DuplexNoTumble/Long Edge: "<</Duplex true /Tumble false>>setpagedevice"
  972. *DefaultDuplex: None
  973. *?Duplex: "
  974.   save
  975.   currentpagedevice /Duplex get
  976.   {currentpagedevice /Tumble get
  977.     {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  978.   }{(None)}ifelse = flush
  979.   restore
  980. "
  981. *End
  982. *CloseUI: *Duplex
  983.  
  984.  
  985. *%========== Finishing Features ==========
  986.  
  987. *OpenUI *Collate/Collate: Boolean
  988. *OrderDependency: 200 AnySetup *Collate
  989. *Collate False/Off: "<</Collate false>>setpagedevice"
  990. *Collate True/On: "<</Collate true
  991.   /CollateDetails <</Type 6 /AlignSet false>>
  992.   >>setpagedevice"
  993. *End
  994. *DefaultCollate: False
  995. *?Collate: "
  996.   save
  997.   currentpagedevice /Collate get 
  998.   {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  999.   restore
  1000. "
  1001. *End
  1002. *CloseUI: *Collate
  1003.  
  1004.  
  1005. *OpenUI *OutputBin/Destination: PickOne
  1006. *OrderDependency: 210 AnySetup *OutputBin
  1007. *OutputBin Default/Internal Tray1: "<</OutputType (Standard)>>setpagedevice"
  1008. *OutputBin UpperTray/Internal Tray2: "<</OutputType (1Bin)>>setpagedevice"
  1009. *OutputBin BinShift/Finisher Shift Tray: "<</OutputType (Fin1000Shift)>>setpagedevice"
  1010. *DefaultOutputBin: Default
  1011. *?OutputBin: "
  1012.   save
  1013.   currentpagedevice /OutputType get = flush
  1014.   restore
  1015. "
  1016. *End
  1017. *CloseUI: *OutputBin
  1018.  
  1019.  
  1020. *OpenUI *RIStaple/Staple: PickOne
  1021. *OrderDependency: 220 AnySetup *RIStaple
  1022. *DefaultRIStaple: None
  1023. *RIStaple None/Off: "<< /Staple 0 >> setpagedevice"
  1024. *RIStaple UpperLeft/Top Left Slant: "<< /OutputType (Fin1000Shift)
  1025.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1026.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 0 >>
  1027.   /LeadingEdge 1
  1028.   >> setpagedevice"
  1029. *End
  1030. *RIStaple UpperRight/Top Right Slant: "<< /OutputType (Fin1000Shift)
  1031.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1032.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 6 >>
  1033.   /LeadingEdge 0
  1034.   >> setpagedevice"
  1035. *End
  1036. *RIStaple LowerLeft/Bottom Left Slant: "<< /OutputType (Fin1000Shift)
  1037.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1038.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 2 >>
  1039.   /LeadingEdge 0
  1040.   >> setpagedevice"
  1041. *End
  1042. *RIStaple LowerRight/Bottom Right Slant: "<< /OutputType (Fin1000Shift)
  1043.   /Collate true  /CollateDetails <</Type 6 /AlignSet true>>
  1044.   /Staple 2  /StapleDetails << /Type 14 /Angle 3 /Position 4 >>
  1045.   /LeadingEdge 1
  1046.   >> setpagedevice"
  1047. *End
  1048. *?RIStaple: "
  1049.   save
  1050.   currentpagedevice dup /Staple 2 copy known {get 0 eq {
  1051.     pop (None)}{/StapleDetails get dup /Type get 14 eq{/Position get
  1052.     dup 0 eq{pop (UpperLeft)}{dup 6 eq{pop (LowerLeft)}{
  1053.     dup 2 eq{pop (UpperRight)}{dup 4 eq{pop (LowerRight)}{
  1054.     {pop (Unknown)}ifelse}ifelse}ifelse
  1055.     }ifelse}{pop (Unknown)}ifelse}ifelse}{pop pop pop (Unknown)}ifelse
  1056.   = flush
  1057.   restore
  1058. "
  1059. *End
  1060. *CloseUI: *RIStaple
  1061.  
  1062. *%========== Resolution and Appearance Control ==========
  1063.  
  1064. *OpenUI *Resolution/Resolution: PickOne
  1065. *OrderDependency: 190 AnySetup *Resolution
  1066. *Resolution 300dpi/300dpi: "<</HWResolution[300 300]>>setpagedevice"
  1067. *Resolution 600dpi/600dpi: "<</HWResolution[600 600]>>setpagedevice"
  1068. *DefaultResolution: 600dpi
  1069. *?Resolution: "
  1070.   save
  1071.   currentpagedevice /HWResolution get 0 get
  1072.   (       ) cvs print (dpi) = flush
  1073.   restore
  1074. "
  1075. *End
  1076. *CloseUI: *Resolution
  1077.  
  1078. *OpenUI *RICImagingMode/Print Mode: PickOne
  1079. *OrderDependency: 110 AnySetup *RICImagingMode
  1080. *RICImagingMode None/Through: "
  1081.   <</PostRenderingEnhance false>> setpagedevice"
  1082. *End
  1083. *RICImagingMode Smoothing/Edge Smoothing: "<</PostRenderingEnhance true
  1084.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>> >> setpagedevice"
  1085. *End
  1086. *RICImagingMode 4rhit/Toner Saving: "<</PostRenderingEnhance true
  1087.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
  1088. *End
  1089. *DefaultRICImagingMode: Smoothing
  1090. *?RICImagingMode: "
  1091.   save
  1092.   currentpagedevice dup /PostRenderingEnhance get{
  1093.   /PostRenderingEnhanceDetails get dup /Type get 34 eq{
  1094.   /OutputMode get dup 0 eq{pop (Smoothing)}{dup 3 eq{pop (4rhit)}{
  1095.   dup 5 eq{pop (5rhit)}{4 eq{(4rhit)}{(Unknown)}ifelse
  1096.   }ifelse}ifelse}ifelse}{pop (Unknown)}ifelse}{pop (None)}ifelse = flush
  1097.   restore
  1098. "
  1099. *End
  1100. *CloseUI: *RICImagingMode
  1101.  
  1102. *OpenUI *MediaType/Paper Type: PickOne
  1103. *OrderDependency: 120 AnySetup *MediaType
  1104. *MediaType Plain/Plain: "
  1105.   /MEDIATYPE { /MediaType (Plain) } def"
  1106. *End
  1107. *MediaType Recycled/Recycled: "
  1108.   /MEDIATYPE { /MediaType (Recycled) } def"
  1109. *End
  1110. *MediaType Special/Special: "
  1111.   /MEDIATYPE { /MediaType (Special) } def"
  1112. *End
  1113. *?MediaType: "
  1114.   save
  1115.   /UK (Unknown) def
  1116.   {
  1117.     currentpagedevice /MediaType 2 copy known not { UK exit } if
  1118.     get dup null eq 1 index (Plain) eq or { (Plain) exit } if
  1119.     dup (Recycled) eq { dup exit } if
  1120.     dup (Special) eq { dup exit } if
  1121.     UK exit
  1122.   } bind loop
  1123.   mark count 1 sub 2 roll cleartomark
  1124.   = flush
  1125.   restore
  1126. "
  1127. *End
  1128. *DefaultMediaType: Plain
  1129. *CloseUI: *MediaType
  1130.  
  1131. *%========== Gray Levels and Halftoning ==========
  1132. *DefaultHalftoneType: 1
  1133. *AccurateScreensSupport: True
  1134. *ScreenFreq: "85.0"
  1135. *ScreenAngle: "45.0"
  1136. *ResScreenFreq 300dpi: "60.0"
  1137. *ResScreenAngle 300dpi: "45.0"
  1138. *ResScreenFreq 600dpi: "85.0"
  1139. *ResScreenAngle 600dpi: "45.0"
  1140. *DefaultScreenProc: Dot
  1141. *ScreenProc Dot: "
  1142.   {abs exch abs 2 copy add 1 gt
  1143.    {1 sub dup mul exch 1 sub dup mul add 1 sub}
  1144.    {dup mul exch dup mul add 1 exch sub}
  1145.    ifelse}
  1146. "
  1147. *End
  1148. *ScreenProc Line: "{pop}"
  1149. *ScreenProc Ellipse: "
  1150.   {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
  1151. "
  1152. *End
  1153.  
  1154. *%========== Font ==========
  1155.  
  1156. *DefaultFont: Courier
  1157. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  1158. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  1159. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  1160. *Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
  1161. *Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
  1162. *Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
  1163. *Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
  1164. *Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
  1165. *Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
  1166. *Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1167. *Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
  1168. *Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
  1169. *Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
  1170. *Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1171. *Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
  1172. *Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
  1173. *Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
  1174. *Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
  1175. *Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1176. *Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
  1177. *Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
  1178. *Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
  1179. *Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
  1180. *Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
  1181. *Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
  1182. *Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
  1183. *Font Carta: Special "(001.001)" Special ROM
  1184. *Font Chicago: Standard "(501.011)" ExtendedRoman ROM
  1185. *Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
  1186. *Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
  1187. *Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
  1188. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  1189. *Font CooperBlack: Standard "(001.003)" Standard ROM
  1190. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  1191. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  1192. *Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
  1193. *Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
  1194. *Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1195. *Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1196. *Font Courier: Standard "(501.010)" ExtendedRoman ROM
  1197. *Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
  1198. *Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
  1199. *Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
  1200. *Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
  1201. *Font Geneva: Standard "(501.007)" ExtendedRoman ROM
  1202. *Font GillSans: Standard "(501.009)" ExtendedRoman ROM
  1203. *Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
  1204. *Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
  1205. *Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1206. *Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
  1207. *Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
  1208. *Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
  1209. *Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
  1210. *Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
  1211. *Font Goudy: Standard "(001.003)" Standard ROM
  1212. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  1213. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  1214. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  1215. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  1216. *Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
  1217. *Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
  1218. *Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1219. *Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
  1220. *Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
  1221. *Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
  1222. *Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
  1223. *Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
  1224. *Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  1225. *Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1226. *Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
  1227. *Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
  1228. *Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
  1229. *Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
  1230. *Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
  1231. *Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
  1232. *Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
  1233. *Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
  1234. *Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
  1235. *Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  1236. *Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
  1237. *Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
  1238. *Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
  1239. *Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
  1240. *Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
  1241. *Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
  1242. *Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  1243. *Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
  1244. *Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
  1245. *Font Marigold: Standard "(001.000)" Standard ROM
  1246. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  1247. *Font Monaco: Standard "(501.012)" ExtendedRoman ROM
  1248. *Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
  1249. *Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1250. *Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
  1251. *Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
  1252. *Font NewYork: Standard "(501.013)" ExtendedRoman ROM
  1253. *Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
  1254. *Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1255. *Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
  1256. *Font Optima: Standard "(501.010)" ExtendedRoman ROM
  1257. *Font Oxford: Standard "(001.000)" Standard ROM
  1258. *Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
  1259. *Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  1260. *Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
  1261. *Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
  1262. *Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
  1263. *Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
  1264. *Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
  1265. *Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
  1266. *Font Symbol: Special "(001.008)" Special ROM
  1267. *Font Tekton: Standard "(001.001)" Standard ROM
  1268. *Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
  1269. *Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  1270. *Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
  1271. *Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
  1272. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1273. *Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  1274. *Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
  1275. *Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
  1276. *Font Univers: Standard "(501.009)" ExtendedRoman ROM
  1277. *Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
  1278. *Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
  1279. *Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
  1280. *Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
  1281. *Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
  1282. *Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
  1283. *Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
  1284. *Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
  1285. *Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
  1286. *Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
  1287. *Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
  1288. *Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
  1289. *Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
  1290. *Font Wingdings-Regular: Special "(001.001)" Special ROM
  1291. *Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
  1292. *Font ZapfDingbats: Special "(001.005S)" Special ROM
  1293.  
  1294. *?FontQuery: "
  1295.   save
  1296.   {count 1 gt {
  1297.     exch dup 127 string cvs (/) print print (:) print
  1298.     /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
  1299.     }{exit}ifelse 
  1300.   }bind loop (*) = flush
  1301.   restore
  1302. "
  1303. *End
  1304.  
  1305. *?FontList: "
  1306.   save
  1307.   (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  1308.   restore
  1309. "
  1310. *End
  1311.  
  1312. *%========== Printer Messages ==========
  1313. *PrinterError: "initializing"
  1314. *PrinterError: "holding"
  1315. *PrinterError: "idle"
  1316. *PrinterError: "busy"
  1317. *PrinterError: "printing"
  1318. *PrinterError: "Warming up"
  1319. *PrinterError: "Energy Save Mode"
  1320. *PrinterError: "Add Staples"
  1321. *PrinterError: "Install Tray #"
  1322. *PrinterError: "Install Duplex Unit"
  1323. *PrinterError: "Remove Paper in Staple Tray"
  1324. *PrinterError: "Remove Paper in Duplex Unit"
  1325. *PrinterError: "Wait for Finish - Staple"
  1326. *PrinterError: "Wait for Finish - Duplex"
  1327. *PrinterError: "Wait for Finish - Finisher"
  1328. *PrinterError: "Remove Paper in StandardTray"
  1329. *PrinterError: "Remove Paper in 1bin Tray"
  1330. *PrinterError: "Remove Paper in Shift Tray"
  1331. *PrinterError: "Remove Paper in OutputTray #"
  1332. *PrinterError: "Remove Misfeed A"
  1333. *PrinterError: "Remove Misfeed B"
  1334. *PrinterError: "Remove Misfeed C"
  1335. *PrinterError: "Remove Misfeed D"
  1336. *PrinterError: "Remove Misfeed E"
  1337. *PrinterError: "Remove Misfeed R"
  1338. *PrinterError: "Remove Misfeed U"
  1339. *PrinterError: "Remove Misfeed Y"
  1340. *PrinterError: "Remove Misfeed X"
  1341. *PrinterError: "miscellaneous error"
  1342. *PrinterError: "serviceman call #1"
  1343. *PrinterError: "copy count over flow"
  1344. *PrinterError: "sort print request canceled"
  1345. *PrinterError: ""
  1346. *PrinterError: "Close Side Bank Cover"
  1347. *PrinterError: "Close Side Main Cover"
  1348. *PrinterError: "Call Service"
  1349. *PrinterError: "Add Toner"
  1350.  
  1351. *Status: "initializing"
  1352. *Status: "holding"
  1353. *Status: "idle"
  1354. *Status: "busy"
  1355. *Status: "printing"
  1356. *Status: "PrinterError: Warming up"
  1357. *Status: "PrinterError: Energy Save Mode"
  1358. *Status: "PrinterError: Add Staple"
  1359. *Status: "PrinterError: Install Tray #"
  1360. *Status: "PrinterError: Install Duplex Unit"
  1361. *Status: "PrinterError: Remove Paper in Staple Tray"
  1362. *Status: "PrinterError: Remove Paper in Duplex Unit"
  1363. *Status: "PrinterError: Wait for Finish - Staple"
  1364. *Status: "PrinterError: Wait for Finish - Duplax"
  1365. *Status: "PrinterError: Wait for Finish - Finisher"
  1366. *Status: "PrinterError: Remove Paper in Standard Tray"
  1367. *Status: "PrinterError: Remove Paper in 1bin Tray"
  1368. *Status: "PrinterError: Remove Paper in Shift Tray"
  1369. *Status: "PrinterError: Remove Paper in Output Tray #"
  1370. *Status: "PrinterError: Remove Misfeed A"
  1371. *Status: "PrinterError: Remove Misfeed B"
  1372. *Status: "PrinterError: Remove Misfeed C"
  1373. *Status: "PrinterError: Remove Misfeed D"
  1374. *Status: "PrinterError: Remove Misfeed E"
  1375. *Status: "PrinterError: Remove Misfeed R"
  1376. *Status: "PrinterError: Remove Misfeed U"
  1377. *Status: "PrinterError: Remove Misfeed Y"
  1378. *Status: "PrinterError: Remove Misfeed Z"
  1379. *Status: "PrinterError: Close Front over"
  1380. *Status: "PrinterError: Close Mailbox Cover"
  1381. *Status: "PrinterError: Close Finisher Cover"
  1382. *Status: "PrinterError: Close Bridge Cover"
  1383. *Status: "PrinterError: Close 1bin Cover"
  1384. *Status: "PrinterError: Close Side Bank Cover"
  1385. *Status: "PrinterError: Close Side Main Cover"
  1386. *Status: "PrinterError: Call Service"
  1387. *Status: "PrinterError: Add Toner"
  1388.  
  1389. *Source: "Parallel"
  1390. *Source: "EtherTalk"
  1391. *Source: "TCP/IP"
  1392. *Source: "SPX/IPX"
  1393. *Source: "NetBEUI"
  1394.  
  1395. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1396. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1397. *Message: "\FontName\ not found, using Courier"
  1398.  
  1399. *%========== Color Separation ==========
  1400.  
  1401. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  1402.  
  1403. *%===== For 85 lpi / 600 dpi =====
  1404.  
  1405. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1406. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  1407. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  1408. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  1409. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  1410.  
  1411. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1412. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1413. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1414. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1415. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  1416.  
  1417. *%===== For 60 lpi / 300 dpi =====
  1418.  
  1419. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1420. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1421. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15.0"
  1422. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75.0"
  1423. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  1424.  
  1425. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1426. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1427. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1428. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1429. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  1430.  
  1431. *% end of Printer Description file for "SAVIN 9922/9927DP PS"
  1432.